
.carousel img {
  width: 100%;  
  height: 100vh !important;
  object-fit: cover;
  border-bottom-left-radius: 200px;

}

iframe{
  min-width: 40%;
  max-width: 80%;
  min-height: 300px;
  max-height: 400px;
}

.bottom-content {
  background-color: #444444;
  color: white;
  height: 800px;
  padding: 55px;
}

.its-me-video{
  text-align: center;
  margin-top: 150px;
  height: fit-content !important;
  width: 100% !important;
}

.bottom-content h2 {

  margin: 0px !important;
}

.item-text-content {
  background-color: rgba(0, 0, 0, 0.5);
  margin-top: -312px;
  height: 312px;
  border-top-right-radius: 200px;
  color: white;
  position: fixed;
  left: 0 !important;
  right: 0 !important;
  padding: 20px;
  padding-left: 0px !important;  
  width: 95%;
  border-bottom-left-radius: 200px;
  text-transform: uppercase;
  align-items: center;
  display: flex;
}

.item-text {
  padding-left: 70px;
  width: 100%;
}

.item-text-content-inner {
  padding-left: 70px;
  width: 100%;
}

.carousel-fade {
  .carousel-inner {
    .item {
      transition-property: opacity;
      -webkit-transition-property: opacity;
      -moz-transition-property: opacity;
      -ms-transition-property: opacity;
      -o-transition-property: opacity;
    }

    .item,
    .active.left,
    .active.right {
      opacity: 0.95;
    }

    .active,
    .next.left,
    .prev.right {
      opacity: 1;
    }

    .next,
    .prev,
    .active.left,
    .active.right {
      left: 0;
      transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
    }
  }
}

.carousel,
.carousel-inner,
.carousel-inner .item,
.carousel-control {
  min-height: 300px;
}

.item {
  background-color: #444444;
}

@media only screen and (max-width: 712px) {
  iframe{
    width:100% !important;
    max-width: 100% !important;
  }
}


  
